-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix docker release #1831
Fix docker release #1831
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1831 +/- ##
==========================================
+ Coverage 46.87% 46.91% +0.04%
==========================================
Files 165 165
Lines 12950 12950
==========================================
+ Hits 6070 6076 +6
+ Misses 6880 6874 -6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really appreciate the fix!
${{ github.event_name != 'pull_request' && 'centrifugeio/centrifuge-chain' || ''}} | ||
${{ (github.event_name == 'release' || (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))) && 'centrifugeio/centrifuge-chain' || ''}} | ||
# TAGS: | ||
# v.X.Y.Z when pushing a git tag (or a release) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit
# v.X.Y.Z when pushing a git tag (or a release) | |
# vX.Y.Z when pushing a git tag (or a release) |
# TAGS: | ||
# v.X.Y.Z when pushing a git tag (or a release) | ||
# latest when triggered by a release | ||
# PRXYZ when triggered from a PR (testing) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you elaborate on this, i.e., how can I trigger it from a PR?
Description